From e70380a4ddc4f4f18f02c0f43d3d22c2f8eaf1ac Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 29 Mar 2017 22:48:19 -0400 Subject: [PATCH] Document GTK_INSPECTOR_RENDERER Also add GTK_INSPECTOR_DISPLAY to the docs at the same time. --- docs/reference/gtk/running.sgml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/reference/gtk/running.sgml b/docs/reference/gtk/running.sgml index e8708ceee1..9f28579aea 100644 --- a/docs/reference/gtk/running.sgml +++ b/docs/reference/gtk/running.sgml @@ -564,13 +564,20 @@ nevertheless. Control-Shift-D keyboard shortcuts, or set the GTK_DEBUG=interactive environment variable. + + There are a few more environment variables that can be set to influence + how the inspector renders its UI. GTK_INSPECTOR_DISPLAY and + GTK_INSPECTOR_RENDERER determine the GDK display and + the GSK renderer that the inspector is using. + + In some situations, it may be inappropriate to give users access to the GTK+ inspector. The keyboard shortcuts can be disabled with the `enable-inspector-keybinding` key in the `org.gtk.Settings.Debug` GSettings schema. - + -- 2.30.2